home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / tutorii.zip / PROMPT.DAT < prev    next >
Text File  |  1991-11-29  |  506b  |  17 lines

  1. Explanation of the PROMPT command. 
  2. It is INTERNAL.
  3. This command will change the appearance 
  4. of the DOS prompt.
  5. Switches:
  6. $q = (equal sign)      $$ $ (dollar sign)
  7. $t  current time       $d  current date
  8. $p  current drive/path $v  MS-DOS version #
  9. $n  current drive      $g > greater-than sign
  10. $l < (Less-than sign)  $b | (pipe)
  11. $_  enter-linefeed     $e  ASCII escape code 
  12. $h  Backspace    
  13. Example:
  14.        To let your prompt look like this: 
  15.        A:\> use this:
  16.           prompt $p$g
  17.